/give @a written_book 1 0 {
	title:Recording & Replaying Menu,
	author:Marcono1234 & TellrawGenerator,
	pages:[
		"{
			\"text\":\"\",
			\"extra\":[
				{
					\"text\":\"- \"
				},
				{
					\"text\":\"Start recording\",
					\"color\":\"green\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @p[r=0,team=!Recorder] recording 3\"
					}
				},
				{
					\"text\":\"\n- \"
				},
				{
					\"text\":\"Pause recording\",
					\"color\":\"gray\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @p[r=0,team=!Recorder] recording 0\"
					}
				},
				{
					\"text\":\"\n- \"
				},
				{
					\"text\":\"Stop recording\",
					\"color\":\"red\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @p[r=0,team=!Recorder] recording 1\"
					}
				},
				{
					\"text\":\"\n\n\n\n\n\n\n\n\n\n- \"
				},
				{
					\"text\":\"Delete all records\",
					\"color\":\"dark_red\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @p[r=0,team=!Recorder] DeleteOptions 1\"
					}
				}
			]
		}",
		"{
			\"text\":\"\",
			\"extra\":[
				{
					\"text\":\"- \"
				},
				{	
					\"text\":\"Start replaying (Record 1)\",
					\"color\":\"green\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @e[r=0,team=!Recorder] ReplayOptions 3\"
					}
				},
				{
					\"text\":\"\n- \"
				},
				{	
					\"text\":\"Start replaying (Record 2) BETA\",
					\"color\":\"green\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @e[r=0,team=!Recorder] ReplayOptions 4\"
					}
				},
				{
					\"text\":\"\n- \"
				},				
				{	
					\"text\":\"Start replaying (Record 3) BETA\",
					\"color\":\"green\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @e[r=0,team=!Recorder] ReplayOptions 5\"
					}
				},
				{
					\"text\":\"\n- \"
				},
				{
					\"text\":\"Pause replaying\",
					\"color\":\"gray\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @e[r=0,team=!Recorder] ReplayOptions 1\"
					}
				},
				{
					\"text\":\"\n- \"
				},
				{
					\"text\":\"Stop replaying\",
					\"color\":\"red\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"run_command\",
						\"value\":\"/scoreboard players set @e[r=0,team=!Recorder] ReplayOptions 2\"
					}
				}
			]
		}",
		"{
			\"text\":\"\",
			\"extra\":[
				{
					\"text\":\"Thanks to \",
					\"color\":\"gold\"
				},
				{
					\"text\":\"Sethbling\",
					\"color\":\"aqua\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"open_url\",
						\"value\":\"https://www.youtube.com/watch?v=17AUbVnpc9g\"
					},
					\"hoverEvent\":{
						\"action\":\"show_text\",
						\"value\":{
							\"text\":\"\",
							\"extra\":[
								{
									\"text\":\"Click me to get to his video :)\",
									\"color\":\"yellow\"
								}
							]
						}
					}
				},
				{
					\"text\":\" for giving me the idea and inspiration :D\",
					\"color\":\"gold\"
				},
				{
					\"text\":\"\nAnd also to the amazing \",
					\"color\":\"gold\"
				},
				{
					\"text\":\"Tellraw Generator\",
					\"color\":\"aqua\",
					\"underlined\":\"true\",
					\"clickEvent\":{
						\"action\":\"open_url\",
						\"value\":\"http://ezekielelin.com/tellraw\"
					},
					\"hoverEvent\":{
						\"action\":\"show_text\",
						\"value\":{
							\"text\":\"\",
							\"extra\":[
								{
									\"text\":\"Click me to get to the Tellraw Generator :)\",
									\"color\":\"yellow\"
								}
							]
						}
					}
				},
				{
					\"text\":\" by Ezekiel!\",
					\"color\":\"gold\"
				}
			]
		}"
	]
}